type crypto/sha1.digest

17 uses

	crypto/sha1 (current package)
		sha1.go#L38: type digest struct {
		sha1.go#L50: func (d *digest) MarshalBinary() ([]byte, error) {
		sha1.go#L64: func (d *digest) UnmarshalBinary(b []byte) error {
		sha1.go#L96: func (d *digest) Reset() {
		sha1.go#L113: 	d := new(digest)
		sha1.go#L118: func (d *digest) Size() int { return Size }
		sha1.go#L120: func (d *digest) BlockSize() int { return BlockSize }
		sha1.go#L122: func (d *digest) Write(p []byte) (nn int, err error) {
		sha1.go#L146: func (d *digest) Sum(in []byte) []byte {
		sha1.go#L154: func (d *digest) checkSum() [Size]byte {
		sha1.go#L188: func (d *digest) ConstantTimeSum(in []byte) []byte {
		sha1.go#L194: func (d *digest) constSum() [Size]byte {
		sha1.go#L260: 	var d digest
		sha1block.go#L20: func blockGeneric(dig *digest, p []byte) {
		sha1block_amd64.go#L10: func blockAVX2(dig *digest, p []byte)
		sha1block_amd64.go#L13: func blockAMD64(dig *digest, p []byte)
		sha1block_amd64.go#L17: func block(dig *digest, p []byte) {